home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / libraries / mui23dev.lha / MUI / Developer / C / DLib / aslreq.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-19  |  224 b   |  11 lines

  1. #include <clib/muimaster_protos.h>
  2. #include <pragmas/muimaster_pragmas.h>
  3.  
  4. extern struct Library *MUIMasterBase;
  5.  
  6. BOOL MUI_AslRequestTags(APTR req, Tag tag1, ...)
  7. {
  8.  return(MUI_AslRequest(req, (struct TagItem *) &tag1));
  9. }
  10.  
  11.